Function TotalMonths(Const Date:TimeDate):LongInt;
This returns the total number of months that have passed (including
the current month) since the year 0 (to the date in Date).
ExampleDate := 6/3/2TotalMonths(Date) = 2 * 12 + 3 = 26
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson